-
Notifications
You must be signed in to change notification settings - Fork 138
feat(convo): add new fields to conversation api #902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #902 +/- ##
==========================================
- Coverage 86.63% 86.58% -0.05%
==========================================
Files 84 103 +19
Lines 4473 6979 +2506
==========================================
+ Hits 3875 6043 +2168
- Misses 598 936 +338 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CasperGN
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor requests to move TODO's out of doc strings
Description
Python SDK client updates for conversation API new fields for response format, prompt cache, usage metrics, and model return on conversation api. I ran the script to update the proto grpc code generator and added tests for the field additions.
dapr/dapr#9241
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: